-
Notifications
You must be signed in to change notification settings - Fork 159
apm: Document sampling.tail.discard_on_write_failure config #1453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apm: Document sampling.tail.discard_on_write_failure config #1453
Conversation
reference/apm/cloud/apm-settings.md
Outdated
Some settings that could break your cluster if set incorrectly are blocklisted. The following settings are generally safe in cloud environments. For detailed information about APM settings, check the [APM documentation](/solutions/observability/apm/configure-apm-server.md). | ||
:::: | ||
|
||
### Version 9.1+ [ec_version_9_1] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@florent-leborgne @colleenmcginnis My initial plan was to backport this PR to 8.X branch for the 8.19 release (and change the versions from 9.1 to 8.19). But I just realized 8.19 is being released before 9.1.
Should I create a separate PR for 8.X? Or do you have any other suggestions? Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @isaacaflores2. Thanks for this PR. You would need a different PR anyways for 8.19 docs because:
- the content is likely in a different repository (https://github.com/elastic/observability-docs)
- 8.x docs, including 8.19, are still powered by the asciidoc-based system, while 9.0 docs and above like this PR are markdown-based.
I am happy to help if you need
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it thanks for sharing. I will start a PR for 8.19 docs in the other repo. I'll reach out on slack for any help
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, a nit on config description. Please hold off from merging until 9.1 release
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the addition! I left some minor-ish styling suggestions to align the wording with our writing guidelines.
🔍 Preview links for changed docs:
🔔 The preview site may take up to 3 minutes to finish building. These links will become live once it completes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Just a note that we might refactor this type of content into metadata-enriched tabs in the future to lay out this type of "per version" differences.
Co-authored-by: Carson Ip <[email protected]>
Hmm @florent-leborgne the docs build is failing with multiple issues. I see the below message appearing a lot
Is this a known issue? |
🔍 Preview links for changed docs |
@isaacaflores2 It should be good now, that was unrelated to your PR and fixed some time ago |
Document
sampling.tail.discard_on_write_failure
config.I sourced the config explanation from here please let me know if the description is incorrect or unclear in any way.
Updated pages can be found in the docs preview here:
Checklist
Related issues
Part of elastic/apm-server#15330